Package com.cisco.pt.ipc.sim.pdu.impl
Class SignalImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCDataImpl
com.cisco.pt.ipc.sim.pdu.impl.SignalImpl
- Direct Known Subclasses:
PduImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected ArrayList<Pair<String,PtmpTypeValue>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidencodeTypeAndPayload(EncodedBuffer buffer) getFieldType(String fieldName) getFieldValue(String fieldName) voidpduRead(EncodedBuffer buffer) voidread(EncodedBuffer buffer) Reads this object from an EncodedBuffer of raw dataMethods inherited from class com.cisco.pt.ipc.impl.IPCDataImpl
checkType, pduReadBoolean, pduReadByte, pduReadDouble, pduReadFloat, pduReadInt, pduReadIPAddress, pduReadIPCData, pduReadIPV6Address, pduReadLong, pduReadMACAddress, pduReadPair, pduReadQString, pduReadShort, pduReadString, pduReadUUID, pduReadVector, readBoolean, readByte, readDouble, readFloat, readInt, readIPAddress, readIPCData, readIPV6Address, readLong, readMACAddress, readPair, readQString, readShort, readString, readUUID, readVector
-
Field Details
-
fieldTable
-
typeTable
-
fieldNames
-
signalType
-
-
Constructor Details
-
SignalImpl
public SignalImpl()
-
-
Method Details
-
getFieldValue
- Specified by:
getFieldValuein interfaceSignal
-
getFieldType
-
read
Reads this object from an EncodedBuffer of raw data- Specified by:
readin interfaceIPCData- Specified by:
readin classIPCDataImpl- Parameters:
buffer- The EncodedBuffer that contains the raw data from which to construct this object
-
pduRead
-
getOrderedFieldNames
- Specified by:
getOrderedFieldNamesin interfaceSignal
-
encodeTypeAndPayload
- Specified by:
encodeTypeAndPayloadin interfaceSignal
-